﻿/** page style **/
.page {
    position:static;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 30px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .page a, .page span {
        display: inline-block;
        height: 28px;
        border: 1px #dddddd solid;
        margin: 0 2px;
        line-height: 28px;
        color: #737373;
    }

    .page div {
        display: inline;
        height: 28px;
        margin: 0 5px;
    }

        .page div input {
            height: 22px;
            line-height: 22px;
            margin-top: 2px;
            width: 50px;
            text-align: center;
            border: 1px #dddddd solid;
        }

        .page div:hover input {
            border: 1px #adadad solid;
        }

    .page a {
        padding: 0 10px;
        background: #f6f6f6;
    }

        .page a:hover {
            color: #000;
            background: #e7e7e7;
        }

    .page span {
        height: 30px;
        line-height: 30px;
        border: 0px;
    }

    .page div.pagerR {
        position: absolute;
        right: 0px;
        height: 30px;
        top: 0px;
        width: 20%;
        border: 0px;
    }

.pagerR span {
    line-height: 30px;
    text-align: right;
    color: #000;
    font-size: 12px;
    border: 0px;
}

.pager_TotalCount {
    float: right;
    margin-right: 20px;
}

.pager_Begin:hover, .pager_Previous:hover, .pager_Next:hover, .pager_Last:hover, .pager_Change:hover {
    cursor: pointer;
    /*color: Red;*/
}

.pager_Number {
    width: 20px;
}

.pager_Disable, .pager_Disable:hover {
    color: Gray;
}
